home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / eddy550.arc / EDDY.HST < prev    next >
Text File  |  1991-03-20  |  15KB  |  331 lines

  1.  
  2.  
  3.  
  4.                                    EDDY (TM)
  5.  
  6.  
  7.  
  8.                                REVISION HISTORY
  9.  
  10.  
  11.     Since the first public release of EDDY, many intermediate versions have
  12.     been produced, but they had very limited distribution.  There does not
  13.     seem to be any useful purpose in detailing the history of all of them.
  14.  
  15.     This document describes functionality changes other than minor bug
  16.     fixes.  Changes in the current version of EDDY are described first.
  17.  
  18.     Changes to versions prior to 4.15 have been deleted from this file, as
  19.     there seems to be little interest in ancient history among the user
  20.     base.  If you have one of the older versions, and feel that you need
  21.     this information, I'll be glad to send it to you.  Just ask.
  22.  
  23.  
  24.  
  25.     Version 5.50 (changes since 5.49)
  26.     =================================
  27.  
  28.     1.  <Ctrl>-shifted letter keys are treated similarly in LOOK mode as
  29.         they are in EDIT, described in item 3, version 5.49, below.  Note
  30.         that when entering data, as in PATCH or FIND, the <Ctrl>-shifted
  31.         letters enter their corresponding characters.
  32.  
  33.     2.  <s-F7> and <s-^F7> are used for the "Destroy" and "Destroy ALL"
  34.         commands.  Formerly, these commands used <F8> and <^F8>.  <F8> now
  35.         reserved for future use.
  36.  
  37.  
  38.     Version 5.49 (changes since 5.45)
  39.     =================================
  40.  
  41.     1.  When calculating the net change in disk usage for the UPDATE
  42.         confirmation display, space used for directories is included
  43.         whether or not option /D is on. (Except with disks larger than
  44.         32 MB, for which this is not yet implemented.)
  45.  
  46.     2.  Read-only files may be patched without explicitly turning off the
  47.         read-only attribute first (after a warning and "yes" answer from
  48.         the keyboard).
  49.  
  50.     3.  Some users who use different keyboards at different times have
  51.         mentioned that they often hit <Ctrl> when they want <Alt> om the
  52.         AT-style "enhanced" keyboard.  To minimize errors due to this
  53.         problem, in EDIT mode EDDY treats most <Ctrl>-shifted letter keys
  54.         the same as if the corresponding <Alt>-shifted key.  Thus, either
  55.         <A-o> or <^o> can be used to change the option settings, <A-a> or
  56.         <^a> to set an attribute filter, etc.
  57.  
  58.         Only four of the letter keys are not always treated this way:  <^f>,
  59.         <^w>, <^n> and <^y>.  <^f> always means "FIND in all files".  <^w>
  60.         always means "Where's that file?".  <^n> and <^y> set attributes IF
  61.         the cursor is in the attribute field; if not, <^n> sorts the
  62.         directory by name (like <A-n>) and <^y> has no effect (like <a-y>).
  63.  
  64.     4.  Option /W is used only from the command line.  To initiate "Where's
  65.         that file?" searching within EDDY, only <^w> is used.
  66.  
  67.     Version 5.45 (changes since 5.44)
  68.     =================================
  69.  
  70.     1.  When EDDY asks for a "y/n" response, again pressing the same key
  71.         that produced the message is treated as "yes".
  72.  
  73.     2.  The "seconds" field of a file's timestamp may be edited. (But only
  74.         even #s may be entered - a DOS limitation.)
  75.  
  76.     3.  <Alt=p>, pressed when you are in EDIT mode, prints the directory.
  77.         If you press <Alt-p> when EDDY is waiting for you to confirm that
  78.         you want to UPDATE (i.e., after you have pressed <Enter>), all
  79.         update actions will be printed as they occur.  Pressing <Alt-p>
  80.         again turns printing off.
  81.  
  82.     Version 5.44 (changes since 5.42)
  83.     =================================
  84.  
  85.     1.  Bit stripping now works with hex-format displays.
  86.  
  87.     2.  When LOOKing at a file in hex format, you may select the hex portion
  88.         of the display to be in words (as opposed to the normal bytes) by
  89.         pressing <w>.  If you want to see the words in inverted order (high-
  90.         order byte first), press <W>.  Press the same key again to return to
  91.         the normal byte display.
  92.  
  93.     Version 5.42 (changes since 5.34)
  94.     =================================
  95.  
  96.     1.  You may delete a subdirectory that is not empty.  When you press
  97.         <F7>, EDDY will tell you if this is the case, and wait for you to
  98.         decide whether to proceed.  If you do go ahead with the delete, all
  99.         files - and all subdirectories below the current one, plus all of
  100.         their files - will be deleted when you UPDATE.  Read only attributes
  101.         on files or subordinate subdirectories will be ignored.
  102.  
  103.     2.  The LOOK mode functions are now in a separate program module -
  104.         EDDYLOOK.AUX - which is loaded only when required.  This results in
  105.         three improvements:  1) EDDY can display more files (up to around
  106.         400); 2) more memory is available for use with the DOS Gateway; and
  107.         3) the initial program load is slightly faster.
  108.  
  109.     3.  EDDY can switch freely between SUBST'ed drives and subdirectories
  110.         and their un-SUBST'ed, fully expanded path equivalents. See EDDY.DOC,
  111.         Section 5.5 for more info on this.
  112.  
  113.     4.  <A-^F7> flags all files as "ignored".  Sounds silly, but see
  114.         EDDY.DOC Section 13.1.
  115.  
  116.     5.  Customizing by using a previously-customized version of EDDY (item
  117.         5, version 5.26, below) is no longer available.  The logic needed to
  118.         ensure full compatibility between versions is bulkier and more cumber-
  119.         some than seems warranted for such an infrequently-used feature.
  120.  
  121.     6.  When LOOKing at an entire disk, any sectors which had read errors
  122.         when read by DOS are flagged with "???" between the hex and ASCII
  123.         portions of the display.
  124.  
  125.     7.  When LOOKing at RAM, the display is updated constantly to let you
  126.         watch locations that change dynamically (not for CGAs).
  127.  
  128.     Version 5.34 (changes since 5.31)
  129.     =================================
  130.  
  131.     1.  <S-^F9> is a multi-file "Point-and-shoot" for ALL displayed files,
  132.         allowing you to process a list of files with the command(s) of your
  133.         choice - e.g., MASM, PRINT, PKARC, WS or ???.  See EDDY.DOC Section
  134.         15.2.2.
  135.  
  136.     2.  Comparing files - <A-S-F3> - has been enhanced to tell you where the
  137.         differences in files are, including in files of different lengths.
  138.  
  139.     3.  A file that has been "ignored" - <A-F7> - is "un-ignored" only when
  140.         a command affecting that file is performed.
  141.  
  142.     4.  When you exit to DOS from EDDY using <F9>, the "prompt" string is
  143.         changed to include the characters "Exit>" at the end.  This is to
  144.         remind you that EDDY is still active, and needs eventually to be
  145.         EXITed to and terminated.  See EDDY.DOC Section 24.3.1 if you don't
  146.         like this change.
  147.  
  148.     Version 5.31 (changes since 5.27)
  149.     =================================
  150.  
  151.     1.  <S-^F3> compares all working directory entries to their correspon-
  152.         ding target directory entries.  For each entry, the result of the
  153.         comparison is displayed, and EDDY pauses until a key is pressed.
  154.  
  155.     2.  When the display is in inverted order (e.g., after <A-i>), moving
  156.         the cursor to the bottom of a subdirectory list via <PgDn> or <^End>
  157.         leaves the cursor on the '..' entry, ready for a possible <F3>.
  158.  
  159.     3.  Option /I is eliminated.
  160.  
  161.     4.  Mailing address on final display changed.
  162.  
  163.     Version 5.27 (changes since 5.26)
  164.     =================================
  165.  
  166.     1.  Copying and moving is now done AFTER all other changes - renaming,
  167.         timestamp, attributes - have been made to a file.  Previously, copies
  168.         and moves were done first.
  169.  
  170.     Version 5.26 (changes since 5.17)
  171.     =================================
  172.  
  173.     1.  Pressing <A-S-F3> compares the contents of the current file to a
  174.         file with the same name in the target directory, and reports
  175.         whether they are identical or not.
  176.  
  177.     2.  EDDY now has a "point-and-shoot" capability.  You can define
  178.         commands to be executed on specified files, without leaving EDDY, by
  179.         creating a file called "EDDY.USE".  For example, if EDDY.USE
  180.         contains the line:
  181.                            *.ARC  C:\UTIL\PKARC V %1
  182.         pressing <S-F9> while the cursor is on a file with a ".ARC"
  183.         extension will display the contents of that file.
  184.  
  185.     3.  When the cursor is on a ".COM", ".EXE" or ".BAT" file, pressing
  186.         <A-F9> executes that file, then returns to EDDY.
  187.  
  188.     4.  The COPY/MOVE/DELETE Controls default settings are changed to
  189.         Y,Y,C,C,N,N.
  190.  
  191.     5.  If you are upgrading to a new level of EDDY, and you already have an
  192.         old copy customized the way you like it, you may tell EDDY to create
  193.         the new version with the same customized configuration as the old.
  194.         See EDDY.DOC, Section 24.3.
  195.  
  196.     Version 5.17 (changes since 5.05)
  197.     =================================
  198.  
  199.     1.  A "FIND and REPLACE" function is now available.  It is toggled
  200.         ON/OFF by pressing <A-r> while the FIND window is displayed.  If you
  201.         start a search (by pressing <Enter> or <^Enter>) while the "REPLACE"
  202.         portion of the window is displayed, REPLACE is activated whenever a
  203.         match is found.
  204.  
  205.     2.  <End> is used to mark the end of a FIND string, rather than <Up>.
  206.  
  207.     3.  COPY, MOVE, DELETE and DESTROY can now be done in batch mode.
  208.  
  209.     4.  The file attribute heading letters have been changed from "RHSDAN"
  210.         to "RHYDAS"; the meaning of "S" is now "Shared" (replacing "N"
  211.         for "Network"), and "Y" means "sYstem".
  212.  
  213.     5.  The following operations are not allowed on network drives or on
  214.         disks larger than 32 MB:
  215.         - Any action (LOOK, PATCH, etc.) on the disk as a whole
  216.         - Moving directories
  217.         - Changing directory timestamps
  218.  
  219.     6.  The COPY/MOVE Controls may be used to govern the selection of files
  220.         to be deleted, also.  This is useful when "cleaning up" a disk with
  221.         lots of duplicate files in various directories.  You may, for
  222.         example, tell EDDY to delete only files that are also in the target,
  223.         and which have timestamps older than or the same as that file in the
  224.         target.  See EDDY.DOC, Sections 10 and 12.2.
  225.  
  226.         The default settings for the Controls are N,Y,C,C,N,N.
  227.  
  228.     7.  When LOOKing at a file, <F3> has the same effect as <Esc>, thus
  229.         saving a finger move between keys.  <F4> works similarly for PATCH.
  230.  
  231.  
  232.  
  233.     Version 5.05 (changes since 5.01)
  234.     =================================
  235.  
  236.     1.  You may move subdirectories, including any files and other direc-
  237.         tories they may contain (i.e., "prune and graft").
  238.  
  239.     2.  You may change the timestamp on directories.
  240.  
  241.     3.  In LOOK mode, <Alt-p> prints the file.  Printing starts with the
  242.         first line of the display, and continues until a key is pressed.
  243.  
  244.     4.  In LOOK mode, <e> toggles EGA/VGA monitor between 25 lines per
  245.         screen and 43/50 lines.
  246.  
  247.     5.  The DOS gateway is now available in LOOK mode, by pressing <F9>.
  248.  
  249.  
  250.     Version 5.01 (changes since 4.16)
  251.     =================================
  252.  
  253.     1.  You may now LOOK at, FIND strings on, PATCH and COPY data from disks
  254.         directly by physical sectors, without regard to file or directory
  255.         structure.  It's all described in Section 19 of EDDY.DOC.  (In
  256.         version 5.08 and later, Section 21).  Extreme caution advised!
  257.  
  258.         PATCHing for physical disk sectors can also be permanently disabled,
  259.         if you want to put EDDY on a machine which potentially-mischievous
  260.         people can access.
  261.  
  262.     2.  EDDY now does data recovery.  Using the above features, you can
  263.         easily select data to be copied to a target file.  No dangerous
  264.         direct patching of directories and FATs required to recover a
  265.         deleted file.  See Section 20 (in 5.08, 22) for details.
  266.  
  267.     3.  A file that is tagged for "Copy" may also be tagged so that the
  268.         new copy will be bit-stripped (any high-order bits removed) and/or
  269.         have any TAB characters expanded.  This is done by pressing <A-b>
  270.         or <A-number>, respectively.  These commands have the same effect
  271.         on the new copy that they would have on the LOOK mode display for
  272.         the file.
  273.  
  274.         The file must already be tagged for "Copy" before these commands
  275.         will work.
  276.  
  277.     4.  Option /D, directory sizing, has been introduced.  Normally, the
  278.         disk space used to hold subdirectories is not included in EDDY's
  279.         display or calculations.  If you turn on option /D, all such space
  280.         will be accounted for in the display.  However, the processing
  281.         needed to gather the information is VERY time-consuming, so you may
  282.         only wish to use it in cases where the information is really
  283.         important.
  284.  
  285.     5.  Some users report program "hangs" (or no response at all) when
  286.         certain keys or key combinations are used.  If this happens to you,
  287.         try using option /I when you execute EDDY.  Option /I tells EDDY to
  288.         use BIOS calls to access the keyboard, rather than the DOS calls
  289.         used normally. It also enables cursor size changes, and the pitch
  290.         and duration of "beeps" are controlled by EDDY, rather than DOS.
  291.  
  292.     6.  The display heading and the update summary display reflect the
  293.         actual physical disks involved, even if they are SUBSTed or ASSIGNed,
  294.  
  295.     7.  When entering FIND strings, the "don't match" attribute is specified
  296.         by pressing <A-k> instead of <A-m>.
  297.  
  298.     8.  HELP now offers menu selection of HELP topics.  <F1> while in HELP
  299.         displays the menu, providing a "HELP-for-HELP" facility.
  300.  
  301.     9.  Auto-scroll works only in LOOK mode.
  302.  
  303.    10.  The suggested registration fee is increased to $20.00.
  304.  
  305.  
  306.     Version 4.16 (changes since 4.15)
  307.     =================================
  308.  
  309.     1.  When option /F is ON (file renaming enabled), a "." appears between
  310.         the filename and extension fields in the display.  If it is ON for
  311.         only the current file (i.e., you pressed <Ins>), then only that
  312.         file's display has the ".".
  313.  
  314.     2.  If you rename EDDY.COM, and use the new name to execute EDDY, (and
  315.         you are using DOS 3.0 or later), the initial HELP screen will always
  316.         be suppressed.
  317.  
  318.     3.  You may include default attribute filters when customizing.  This
  319.         could be used, for example, to suppress display of hidden files
  320.         unless you explicitly ask for them.
  321.  
  322.     4.  If you turn on option /K, then the key you use to respond to the
  323.         "Press a key..." message will be used as a command if it is one of
  324.         the valid command keys.
  325.  
  326.     5.  If you made an error in the target directory specification on the
  327.         command line, earlier versions of EDDY terminated with an error
  328.         message.  Now, the working directory is displayed normally, and a
  329.         new target is requested, just as though you had pressed <A-t>.
  330.  
  331.